Get user

Returns details of the logged in user

Request
path Parameters
userId
required
string
Responses
200

Ok

get/users/{userId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": 0,
  • "updatedAt": 0,
  • "username": "string",
  • "firstName": "string",
  • "lastName": "string",
  • "email": "string",
  • "avatar": "string",
  • "projects": [
    ],
  • "groups": [
    ],
  • "org": {
    },
  • "orgs": [
    ],
  • "type": "string",
  • "lastLogin": 0,
  • "interest": "string",
  • "boarded": true,
  • "hash": "string",
  • "timezone": "string",
  • "created": true,
  • "inviteEmail": "string",
  • "status": "string",
  • "member": "string",
  • "guest": {
    },
  • "denyMembersManagement": true,
  • "defaultProjectRole": "owner"
}